﻿@charset "utf-8";
/* CSS Document */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,p{ margin:0; padding:0;}
body{ color:#666; font-size:14px; font-family:Microsoft Yahei;}
section,article,aside,header,footer,nav,dialog,figure{ display:block;}
ul, ol{ list-style:none;} 
img,fieldset{ vertical-align:top; border:0;}
h1,h2,h3,h4,h5,h6{ font-size:100%; font-weight:normal;}
address,cite,code,em,th{ font-weight:normal; font-style:normal;}
input,button,textarea,select{ font:100% Microsoft Yahei; vertical-align:middle}
table,td,tr,th{ font-size:14px;}
.nodispaly{ display:none;}
.line{ height:20px; line-height:20px; font-size:0px; clear:both; overflow:hidden; display:block;}
.clearfix{ *zoom:1;}
.clearfix:after{ display:block; overflow:hidden; clear:both; height:0px; visibility:hidden; content:".";}
a{ color:#666; text-decoration:none;}
a:hover{ color:#e50112; text-decoration:underline;}

.width_all{ max-width:1200px; margin:0 auto;}
.width_all:after{ display:block; overflow:hidden; clear:both; height:0px; visibility:hidden; content:".";}

/*head_top*/
.head_top{ margin:28px auto;}
.head_top .logo{ float:left; width:300px;}
.head_top .logo img{ width:100%;}
.head_top .company_name{ float:left; font-size:16px; color:#888; line-height:28px; margin:8px 0 0 20px;}
.head_top .company_name h1{ font-size:30px; color:#333; letter-spacing:2px; line-height:36px;}
.head_top .weixin{ float:right; margin:0; width:72px;}
.head_top .weixin img{ width:100%;}
.head_top .cnen{ float:right; margin:52px 12px 0 20px;}
.head_top .cnen ul{ overflow:hidden;}
.head_top .cnen ul li{ float:left; line-height:20px; border-right:#e0e0e0 1px solid;}
.head_top .cnen ul li:last-child{ border-right:none;}
.head_top .cnen ul li a{ margin:0 12px; font-size:14px; color:#333;}
.head_top .cnen ul li a:hover,.head_top .cnen ul li a.hott{ text-decoration:none; color:#e50112;}
.head_top .search_pc{ float:right; width:152px; height:20px; background:url(../images/search.jpg) left top no-repeat; margin:52px 0 0 0;}
.head_top .search_pc .search{ float:left; padding:0 0 0 8px; width:120px; font-size:12px; line-height:20px; border:0; background:none; outline:none;}
.head_top .search_pc .button{ float:right; border:0; width:24px; height:20px; background:none; cursor:pointer; outline:none;}
.head_top .search_pc .search::-webkit-input-placeholder{ color:#666;}
.head_top .search_pc .search::-moz-placeholder{ color:#666;}

/*nav*/
.nav{ width:100%; margin:0 auto; background:#1a264e; line-height:52px;}
.navbar_nav{ width:100%; margin:0 auto;}
.navbar_nav li{ float:left; position:relative; text-align:center; width:14.28571428571429%;}
.navbar_nav li a{ text-decoration:none; display:block; color:#fff; font-size:16px; text-transform:uppercase;}
.navbar_nav li:hover a,.navbar_nav li.active{ color:#fff; background:#e50112;}
.navbar_nav li.dropdown{ display:inherit; position:relative;}
.navbar_nav li.dropdown .dropdown_menu{ z-index:99; display:none; position:absolute; top:52px; background:#e50112; box-shadow:0 3px 9px 0 rgba(51,51,51,0.38); width:100%;}
.navbar_nav li.dropdown .dropdown_menu a{ font-size:14px; color:#fff; padding:0 10px; line-height:40px; text-align:center; text-transform:inherit;}
.navbar_nav li.dropdown:hover .dropdown_menu{ display:block; transition:0.5s;}
.navbar_nav li.dropdown:hover .dropdown_menu a{ color:#fff;}
.navbar_nav li.dropdown:hover .dropdown_menu a:hover{ background:#1a264e;}
#navToggle{ display:none;}
.m_nav{ position:fixed; top:0px; width:100%; height:100%; background:#fff; transition:all ease 0.5s; -webkit-transition:all ease 0.5s; z-index:1000; opacity:1; visibility:visible; margin-top:0; overflow-y:auto; transition:all .6s cubic-bezier(.77, 0, .175, 1) 0ms; top:0; transform:translateX(100%);}
.m_nav.open{ transform:translateX(0);}
.m_nav .top{ height:60px; padding:20px; box-sizing:border-box;}
.m_nav .top .closed{ width:30px; height:30px; vertical-align:middle; float:right; cursor:pointer;}
.m_nav .sj_c_en{ margin:0 auto 10px auto; padding:0 20px;}
.m_nav .sj_c_en a{ color:#666; font-size:16px; line-height:26px; margin:0 20px 0 0;}
.m_nav .ul{ margin:10px 0 0 0;}
.m_nav .ul li{ padding:0 20px; border-bottom:1px solid #f5f5f5; -webkit-transform:translateY(100%); transform:translateY(100%); -webkit-transition:all .6s cubic-bezier(.77, 0, .175, 1) 0ms; transition:all .6s cubic-bezier(.77, 0, .175, 1) 0ms; opacity:0;}
.m_nav.open .ul li{	opacity:1; -webkit-transform:translateY(0); transform:translateY(0);}
.m_nav .ul li:nth-child(1){ -webkit-transition:all .2s cubic-bezier(.77, 0, .175, 1) 0ms; transition:all .2s cubic-bezier(.77, 0, .175, 1) 0ms;}
.m_nav .ul li:nth-child(2){ -webkit-transition:all .4s cubic-bezier(.77, 0, .175, 1) 0ms; transition:all .4s cubic-bezier(.77, 0, .175, 1) 0ms;}
.m_nav .ul li:nth-child(3){ -webkit-transition:all .6s cubic-bezier(.77, 0, .175, 1) 0ms; transition:all .6s cubic-bezier(.77, 0, .175, 1) 0ms;}
.m_nav .ul li:nth-child(4){ -webkit-transition:all .8s cubic-bezier(.77, 0, .175, 1) 0ms; transition:all .8s cubic-bezier(.77, 0, .175, 1) 0ms;}
.m_nav .ul li:nth-child(5){ -webkit-transition:all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms; transition:all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;}
.m_nav .ul li:nth-child(6){ -webkit-transition:all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms; transition:all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;}
.m_nav .ul li:nth-child(7){ -webkit-transition:all 1.4s cubic-bezier(.77, 0, .175, 1) 0ms; transition:all 1.4s cubic-bezier(.77, 0, .175, 1) 0ms;}
.m_nav .ul li:nth-child(8){ -webkit-transition:all 1.6s cubic-bezier(.77, 0, .175, 1) 0ms; transition:all 1.6s cubic-bezier(.77, 0, .175, 1) 0ms;}
.m_nav .ul li a{ display:block; text-decoration:none; color:#333; font-size:16px; height:50px; line-height:50px; width:100%;}
.m_nav .ul li .dropdown_menu{ display:none;}
.m_nav .ul li.dropdown.active .dropdown_menu{ display:block;}
.m_nav .ul li .dropdown_menu a{	display:block; height:50px; line-height:50px; padding:0 20px; box-sizing:border-box; border-bottom:1px solid #f5f5f5;}
.m_nav .ul li .dropdown_menu a:last-child{ border:none;}

/*banner*/
.banner_sj{ display:none;}
.flexslider{ position:relative; height:auto;}
.flexslider .slides > li{ display:none; -webkit-backface-visibility:hidden;}
.flexslider .slides img{ width:100%; display:block;border-radius:0px;}
.flex-pauseplay span{ text-transform:capitalize;}
.flex-control-nav{ width:100%; text-align:center; position:absolute; bottom:0;}
.flex-control-nav li{ margin:0 4px; display:inline-block; zoom:1;}
.flex-control-paging li a{ width:36px; height:8px; border-radius:4px; display:block; background:#fff; cursor:pointer; text-indent:-9999px;}
.flex-control-paging li a:hover{ background:#1a264e;}
.flex-control-paging li a.flex-active{ background:#1a264e; cursor:default;}
.banner .flex-direction-nav a{ width:15%; height:100%; display:block; position:absolute; top:0; text-indent:-9000px;}
.banner .flex-direction-nav a.flex-prev{ left:0;}
.banner:hover .flex-direction-nav a.flex-prev{ background:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));}
.banner .flex-direction-nav a.flex-next{ right:0;}
.banner:hover .flex-direction-nav a.flex-next{ background:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));}
.banner .flex-direction-nav a i{ position:absolute; left:50%; top:50%; width:16px; height:40px; margin:-20px 0 0 0;}
.banner:hover .flex-direction-nav a.flex-prev i{ background:url(../images/b_prev_h.png) center no-repeat; transition:all .5s;}
.banner:hover .flex-direction-nav a.flex-next i{ background:url(../images/b_next_h.png) center no-repeat; transition:all .5s;}
.banner .flex-direction-nav a:hover.flex-prev i{ background:url(../images/b_prev.png) center no-repeat;}
.banner .flex-direction-nav a:hover.flex-next i{ background:url(../images/b_next.png) center no-repeat;}

/*new_product*/
.new_product{ margin:60px auto; position:relative;}
.new_product:before{ position:absolute; left:0; top:0; width:21.8%; height:100%; content:""; background:#f2f2f2; z-index:8;}
.new_p_left{ float:left; width:21.8%; position:relative; z-index:9;}
.new_p_left .new_p_biaoti{ background:#1a264e; color:#fff; font-size:30px; line-height:84px; position:relative; text-align:center;}
.new_p_left .new_p_biaoti:after{ position:absolute; left:50%; bottom:12px; width:60px; height:1px; background:#fff; content:""; margin:0 0 0 -30px;}
.new_p_left ul{ overflow:hidden; margin:12px 0 0 0;}
.new_p_left ul li{ line-height:44px; margin:0 0 10px 0; border-bottom:#ccc 1px solid;}
.new_p_left ul li:last-child{ margin:0;}
.new_p_left ul li a{ display:block; font-size:16px; color:#000; padding:0 0 0 12px;}
.new_p_left ul li a:hover{ text-decoration:none; background:#666; color:#fff;}
.new_p_left ul li span{ margin:0 12px 0 0;}
.new_p_left ul li dl{ padding:0 0 0 24px;}
.new_p_left ul li dl dd{ line-height:36px;}
.new_p_left ul li dl dd a{ font-size:14px; color:#333;}
.new_p_left ul li dl dd a:hover{ background:none; color:#1a264e;}
.new_p_right{ float:right; width:73.4%;}
.new_p_right .new_p_zt{ margin:0 auto 26px auto; width:100%; overflow:hidden;}
.new_p_right .new_p_name{ float:left; position:relative; z-index:2; font-size:30px; color:#000; line-height:52px; padding:0 0 6px 0;}
.new_p_right .new_p_name:before{ position:absolute; background:#a6a6a6; width:60px; height:1px; bottom:0; left:0; content:""; z-index:3;}
.new_p_right .new_p_more{ float:right; width:132px; margin:16px 0 0 0;}
.new_p_right .new_p_more img{ width:24px; height:11px; margin:15px 0 0 15px;}
.new_p_right .new_p_more a{ border:#969696 1px solid; display:block; text-align:center; line-height:40px; font-size:14px; color:#666;}
.new_p_right .new_p_more a:hover{ text-decoration:none; background:#eee;}
.new_p_right ul{ overflow:hidden;}
.new_p_right ul li{ float:left; width:23.2%; margin:0 2.4% 2.4% 0; background:#f2f2f2;}
.new_p_right ul li:nth-child(4n){ margin:0 0 2.4% 0;}
.new_p_right ul li:nth-child(5n){ margin:0 2.4% 0 0;}
.new_p_right ul li:nth-child(6n){ margin:0 2.4% 0 0;}
.new_p_right ul li:nth-child(7n){ margin:0 2.4% 0 0;}
.new_p_right ul li:nth-child(8n){ margin:0;}
.new_p_right ul li img{ width:100%;}
.new_p_right ul li em{ text-align:center; font-size:16px; line-height:42px; height:42px; display:-webkit-box; overflow:hidden; text-overflow:ellipsis; -webkit-line-clamp:1; -webkit-box-orient:vertical;}
.new_p_right ul li a{ display:block; border:#ddd 1px solid; color:#333;}
.new_p_right ul li a:hover{ text-decoration:none; color:#e50112;}

/*youshi*/
.youshi{ width:100%; margin:60px auto; overflow:hidden; background:url(../images/youshibg.jpg) center no-repeat; padding:60px 0;}
.youshi .youshi_name{ position:relative; z-index:2; font-size:30px; color:#000; line-height:52px; padding:0 0 6px 0; text-align:center;}
.youshi .youshi_name:before{ position:absolute; background:#a6a6a6; width:60px; height:1px; bottom:0; left:50%; content:""; z-index:3; margin:0 0 0 -30px;}
.youshi .ys_tab{ height:42px; margin:36px 0 42px 0px; overflow: hidden; text-align:center; font-size:0px;}
.youshi .ys_tab li{ position:relative; height:42px; margin:0 10px; display:inline-block; text-align:center; background:#fff;}
.youshi .ys_tab li a{ display:inline-block; width:135px; height:42px; line-height:42px; text-decoration:none; font-size:16px; color:#333;}
.youshi .ys_tab li:hover, .youshi .ys_tab li.cur{ background:#1a264e;}
.youshi .ys_tab li:hover, .youshi .ys_tab li.cur a{ color:#fff;}

.youshi .youshi_qj{ width:100%; margin:42px 0 0 0; position:relative;}
.youshi_bot{ margin:0 auto; position:relative;}
.youshi_bot ul li{ width:900px; float:right;}
.youshi_bot ul li img{ width:100%;}
.youshi_bot .ys_text{ width:536px; height:340px; background:#fff; box-shadow:0 5px 10px rgba(0,0,0,0.3); position:absolute; top:50%; left:0; margin:-170px 0 0 0; z-index:9;}
.youshi_bot .ys_text .youshi_biaoti{ width:86%; margin:6% auto 4% auto; font-size:24px; color:#000; line-height:36px; position:relative; padding:0 0 8px 0;}
.youshi_bot .ys_text .youshi_biaoti:before{ position:absolute; background:#666; width:48px; height:1px; bottom:0; left:0; content:""; z-index:3;}
.youshi_bot .ys_text .ys1{ font-size:18px; color:#333; font-weight:bold; line-height:30px; margin:4% auto 5% auto;}
.youshi_bot .ys_text p{ width:86%; margin:0 auto; color:#666; font-size:16px; line-height:26px;}

/*about_us*/
.about_us{ margin:60px auto 36px auto;}
.about_width{ width:100%; margin:0 auto 42px auto; overflow:hidden;}
.about_left{ float:left; width:44%;}
.about_left .about_name{ position:relative; z-index:2; font-size:30px; color:#000; line-height:52px; padding:0 0 6px 0;}
.about_left .about_name:before{ position:absolute; background:#a6a6a6; width:60px; height:1px; bottom:0; left:0; content:""; z-index:3;}
.about_left .about_profiles{ margin:26px 0 42px 0; font-size:14px; color:#666; line-height:25px;}
.about_left .about_more{ width:132px;}
.about_left .about_more img{ width:24px; height:11px; margin:15px 0 0 15px;}
.about_left .about_more a{ border:#969696 1px solid; display:block; text-align:center; line-height:40px; font-size:14px; color:#666;}
.about_left .about_more a:hover{ text-decoration:none; background:#eee;}
.about_right{ float:right; width:50%;}
.about_right img{ width:100%;}

/*shebei*/
.shebei{ width:100%; margin:0 auto; overflow:hidden; padding:60px 0 36px 0; background:url(../images/shebeibg.jpg) center no-repeat;}
.shebei .shebei_zt{ margin:0 auto 36px auto; width:100%; overflow:hidden;}
.shebei .shebei_name{ float:left; position:relative; z-index:2; font-size:30px; color:#000; line-height:52px; padding:0 0 6px 0;}
.shebei .shebei_name:before{ position:absolute; background:#a6a6a6; width:60px; height:1px; bottom:0; left:0; content:""; z-index:3;}
.shebei .shebei_more{ float:right; width:132px; margin:16px 0 0 0;}
.shebei .shebei_more img{ width:24px; height:11px; margin:15px 0 0 15px;}
.shebei .shebei_more a{ border:#969696 1px solid; display:block; text-align:center; line-height:40px; font-size:14px; color:#666;}
.shebei .shebei_more a:hover{ text-decoration:none; background:#eee;}
#shebei_width{ width:100%; margin:0 auto; overflow:hidden;}
#shebei_width #in_shebei_width{ float:left; width:2000%;}
#shebei_width #in_shebei_width #shebei_width1{ float:left;}
#shebei_width #in_shebei_width #shebei_width2{ float:left;}
#shebei_width ul{ overflow:hidden;} 
#shebei_width ul li{ float:left; width:258px; margin:0 28px 0 0;}
#shebei_width ul li img{ width:100%;}
#shebei_width ul li em{ font-size:14px; line-height:25px; text-align:center; display:block; margin:6px 0 0 0;}
#shebei_width ul li a{ color:#333;}
#shebei_width ul li a:hover{ text-decoration:none; color:#1a264e;}

/*news*/
.case{ width:100%; margin:0 auto; overflow:hidden; padding:52px 0; background:#1a264e;}
.case .case_zt{ margin:0 auto 36px auto; width:100%; overflow:hidden;}
.case .case_name{ float:left; position:relative; z-index:2; font-size:30px; color:#fff; line-height:52px; padding:0 0 6px 0;}
.case .case_name:before{ position:absolute; background:#a6a6a6; width:60px; height:1px; bottom:0; left:0; content:""; z-index:3;}
.case .case_more{ float:right; width:132px; margin:16px 0 0 0;}
.case .case_more img{ width:24px; height:11px; margin:15px 0 0 15px;}
.case .case_more a{ border:#969696 1px solid; display:block; text-align:center; line-height:40px; font-size:14px; color:#666;}
.case .case_more a:hover{ text-decoration:none; border:#eee 1px solid; background:#eee;}
#case_width{ width:100%; margin:0 auto; overflow:hidden;}
#case_width #in_case_width{ float:left; width:2000%;}
#case_width #in_case_width #case_width1{ float:left;}
#case_width #in_case_width #case_width2{ float:left;}
#case_width ul{ overflow:hidden;} 
#case_width ul li{ float:left; width:258px; margin:0 28px 0 0;}
#case_width ul li img{ width:100%;}
#case_width ul li em{ font-size:14px; line-height:25px; text-align:center; display:block; margin:6px 0 0 0;}
#case_width ul li a{ color:#ccc;}
#case_width ul li a:hover{ text-decoration:none; color:#fff;}

/*news*/
.news{ margin:60px auto;}
.news .news_name{ position:relative; z-index:2; font-size:30px; color:#000; line-height:52px; padding:0 0 6px 0; text-align:center;}
.news .news_name:before{ position:absolute; background:#a6a6a6; width:60px; height:1px; bottom:0; left:50%; content:""; z-index:3; margin:0 0 0 -30px;}
.news .news_tab{ height:42px; margin:36px 0 42px 0px; overflow: hidden; text-align:center; font-size:0px;}
.news .news_tab li{ position:relative; margin:0 10px; display:inline-block; text-align:center; background:#fff;}
.news .news_tab li a{ display:inline-block; width:133px; line-height:40px; border:#ccc 1px solid; text-decoration:none; font-size:16px; color:#333;}
.news .news_tab li a:hover, .news .news_tab li.cur{ background:#1a264e;}
.news .news_tab li a:hover, .news .news_tab li.cur a{ color:#fff; border:#000 1px solid;}

.news_width{ width:100%; margin:0 auto; overflow:hidden;}
.news_width .news_left{ float:left; width:47.5%;}
.news_width .news_img{ width:100%; margin:0 auto 48px auto;}
.news_width .news_img img{ width:100%;}
.news_width .news_zti{ width:100%; margin:0 auto;}
.news_width .news_zti dl{ overflow:hidden; position:relative;}
.news_width .news_zti dl:after{ position:absolute; left:20%; top:0; width:1px; height:100%; background:#ebebeb; content:"";}
.news_width .news_zti dl dd{ float:left; width:20%; font-size:14px; color:#333; line-height:24px; text-align:center; padding:8px 0;}
.news_width .news_zti dl dd span{ display:block; font-size:36px; line-height:42px; font-weight:bold;}
.news_width .news_zti dl dt{ float:right; width:73%; font-size:14px; line-height:24px;}
.news_width .news_zti dl dt em{ font-size:16px; height:24px; color:#333; margin:0 0 6px 0; display:-webkit-box; overflow:hidden; text-overflow:ellipsis; -webkit-line-clamp:1; -webkit-box-orient:vertical;}
.news_width .news_zti dl dt p{ height:48px; display:-webkit-box; overflow:hidden; text-overflow:ellipsis; -webkit-line-clamp:2; -webkit-box-orient:vertical;}
.news_width .news_zti dl a{ display:block;}
.news_width .news_right{ float:right; width:47.5%;}
.news_width .news_right dl{ border:#ebebeb 1px solid; margin:0 0 20px 0; padding:17px 0; overflow:hidden;}
.news_width .news_right dl:last-child{ margin:0;}
.news_width .news_right dl a{ display:block;}
.news_width .news_right dl dd{ float:left; width:20%; font-size:14px; color:#333; line-height:24px; text-align:center; padding:8px 0; border-right:#ebebeb 1px solid;}
.news_width .news_right dl dd span{ display:block; font-size:36px; line-height:42px; font-weight:bold;}
.news_width .news_right dl dt{ float:right; width:72%; font-size:14px; line-height:24px; margin:0 3% 0 0;}
.news_width .news_right dl dt em{ font-size:16px; height:24px; color:#333; margin:0 0 6px 0; display:-webkit-box; overflow:hidden; text-overflow:ellipsis; -webkit-line-clamp:1; -webkit-box-orient:vertical;}
.news_width .news_right dl dt p{ height:48px; display:-webkit-box; overflow:hidden; text-overflow:ellipsis; -webkit-line-clamp:2; -webkit-box-orient:vertical;}

/*footer*/
.footer{ width:100%; margin:0 auto; overflow:hidden; background:#eee;}
.foot_w{ margin:42px auto 58px auto;}
.foot_w dl{ float:left; width:13%;}
.foot_w dl:nth-child(2){ width:18%;}
.foot_w dl:nth-child(3){ width:18%;}
.foot_w dl:last-child{ width:25%; float:right;}
.foot_w dl dd{ font-size:16px; color:#333; line-height:32px; margin:0 0 8px 0;}
.foot_w dl dt{ line-height:28px; font-size:14px; color:#666;}
.foot_w dl dt a{ font-size:14px; color:#666; display:block; transition:all .3s;}
.foot_w dl dt a:hover{ color:#333; text-decoration:none;}

.foot_icp{ font-size:14px; color:#fff; line-height:24px; padding:23px 0; background:#1a264e;}
.foot_icp a{ color:#fff;}
.foot_icp a:hover{ color:#eee; text-decoration:none;}

/*ny_banner*/
.ny_banner{ width:100%; margin:0 auto; overflow:hidden;}
.ny_banner img{ width:100%;}

/*lujing*/
.lujing{ width:100%; margin:0 auto; overflow:hidden; background:#fcfcfc; border-bottom:#efeff1 1px solid; border-top:#efeff1 1px solid;}
.all_name{ float:left; font-size:18px; color:#666; font-weight:bold; line-height:24px; margin:16px 0;}
.location{ float:right; font-size:14px; color:#666; line-height:24px; display:flex; align-items:center; height:56px;}
.location span{ margin:0 8px;}
.location a{ color:#666;}
.location a:hover{ text-decoration:none; color:#1a264e;}

/*content*/
.content{ margin:52px auto; position:relative;}
.content:before{ position:absolute; left:0; top:0; width:20%; height:100%; background:linear-gradient(-90deg, #eee, #fff); content:""; z-index:1;}
.content_c{ margin:52px auto;}
.cont_left{ width:20%; float:left; position:relative; z-index:2;}
.cont_left ul{ overflow:hidden; border-top:#eee 1px solid;}
.cont_left ul li{ line-height:36px; border-bottom:#eee 1px solid;}
.cont_left ul li a{ font-size:16px; color:#333; display:block; transition:all .5s;}
.cont_left ul li a:hover,.cont_left ul li a.hout{ color:#1a264e; text-decoration:none; background:#eee; padding:0 0 0 5%;}
.cont_left ul li dl{ padding:0 0 0 5%; margin:6px 0;}
.cont_left ul li dl dd{ line-height:30px;}
.cont_left ul li dl dd a{ font-size:14px; color:#666; display:block;}
.cont_left ul li dl dd a:hover,.cont_left ul li dl dd a.hort{ padding:0; color:#1a264e; background:none;}
.cont_right{ width:75%; float:right; border-top:#eee 1px solid; border-bottom:#eee 1px solid;}
.cont_right h2{ font-size:20px; line-height:36px; color:#404040; margin:4px 0 24px 0;}

/*company*/
.why_us{ width:100%; margin:24px auto; background:rgba(242,242,242,.8);}
.why_us ul{ overflow:hidden;}
.why_us ul li{ float:left; width:25%; text-align:center; position:relative; padding:28px 0;}
.why_us ul li:after{ position:absolute; top:0; right:0; content:""; width:1px; height:100%; background:#e2e2e2;}
.why_us ul li:last-child{ margin:0;}
.why_us ul li:last-child:after{ display:none;}
.why_us ul li p{ font-size:16px; color:#1a264e; line-height:16px; margin:0 auto 11px auto;}
.why_us ul li span{ font-size:36px; color:#1a264e; line-height:42px;}
.why_us ul li sup{ margin:0 0 0 8px;}
.why_us ul li small{ font-size:18px; color:#333; line-height:22px; display:block; margin:11px auto 0 auto;}

.company{ width:100%; margin:24px auto; font-size:14px; color:#666; line-height:25px;}

.honor{ width:100%; margin:24px auto;}
.honor ul{ overflow:hidden;}
.honor ul li{ width:22.9%; float:left; margin:0 2.8% 2.8% 0; position:relative;}
.honor ul li:nth-child(4n){ margin:0 0 2.8% 0;}
.honor ul li img{ width:100%;}
.honor ul li em{ position:absolute; left:0; bottom:0; width:100%; background:rgba(26,38,78,.68); font-size:14px; line-height:36px; height:36px; text-align:center; display:-webkit-box; text-overflow:ellipsis; overflow:hidden; -webkit-line-clamp:1; -webkit-box-orient:vertical;}
.honor ul li a{ color:#fff; display:block; border:#ddd 1px solid;}
.honor ul li a:hover{ text-decoration:none;}

/*products*/
.products{ width:100%; margin:24px auto;}
.products ul{ overflow:hidden;}
.products ul li{ float:left; width:23.2%; margin:0 2.4% 2.4% 0; background:#f2f2f2;}
.products ul li:nth-child(4n){ margin:0 0 2.4% 0;}
.products ul li img{ width:100%;}
.products ul li em{ text-align:center; font-size:16px; line-height:42px; height:42px; display:-webkit-box; overflow:hidden; text-overflow:ellipsis; -webkit-line-clamp:1; -webkit-box-orient:vertical;}
.products ul li a{ display:block; border:#ddd 1px solid; color:#333;}
.products ul li a:hover{ text-decoration:none; color:#e50112;}

.products_text{ width:100%; margin:0 auto; overflow:hidden;}
.game163{ width:548px; float:left;}
.game163 .bigImg{ position:relative; float:right;}
.game163 .bigImg li img{ width:450px; height:338px; cursor:zoom-in;}
.game163 .smallScroll{ float:left; width:68px; height:226px; position:relative; padding-top:36px;}
.game163 .sPrev, .game163 .sNext{ position:absolute; left:50%; margin:0 0 0 -13px;}
.game163 .sPrev{ top:0px; background:url(../images/product_top.png) center no-repeat; width:27px; height:14px;}
.game163 .sNext{ bottom:-36px; background:url(../images/product_bottom.png) center no-repeat; width:27px; height:14px;}
.game163 .smallImg{ width:68px; margin:0 auto; height:100%; overflow:hidden;}
.game163 .smallImg ul{ overflow:hidden; position:relative; top:0; -webkit-transition:0.5s;transition:0.5s;}
.game163 .smallImg li{ width:68px; cursor:pointer; margin:0 0 6px 0;}
.game163 .smallImg img{ border:1px solid #f2f2f2; width:66px; height:50px;}
.game163 .smallImg .on img{ border:1px solid #888;}

.pro_sj{ display:none;}

.product_right{ float:right; width:36%;}
.product_right .prr_name{ font-size:22px; color:#000; line-height:30px;}
.product_right .p_ggao{ font-size:18px; color:#1a264e; line-height:25px; margin:10px auto;}
.product_right .miaoshu{ border:#eee 1px solid; border-left:none; border-right:none; margin:10px auto; font-size:16px; color:#666; line-height:30px; padding:12px 0;}
.product_right .miaoshu p{ font-size:24px; color:#1a264e; font-weight:bold; font-family:Arial;}

.products_titel{ width:94%; margin:48px auto 22px auto; overflow:hidden; border-bottom:#ccc 1px solid;}
.products_titel span{ float:left; font-size:16px; color:#333; line-height:30px; font-weight:bold;}
.products_decon{ width:94%; overflow:hidden; margin:22px auto 48px auto; font-size:14px; color:#525252; line-height:25px;}
.products_decon img{ max-width:100%;}
.products_decon table{ width:100% !important; border:#eee 1px solid;}
.products_decon table td{ border:#eee 1px solid; font-size:14px; color:#525252; line-height:25px; text-align:center; padding:3px 0;}

.products_details{ margin:28px auto; position:relative; border:1px solid #e0e0e0; box-sizing:border-box;}
.products_details_title{ position:absolute; top:-1px; left:0px; display:inline-block; font-size:18px; line-height:40px; padding:0px 30px; color:#1a264e; background:#fafafa; border-top:2px solid #1a264e;}
.products_details_date{ width:94.2%; margin:68px auto 28px auto; font-size:14px; color:#666; line-height:25px;}
.products_details_date img{ max-width:100%;}

.pro_xiangguan{ margin:28px auto 18px auto; overflow:hidden; background:#f4f4f4; line-height:38px; border-bottom:#ddd 1px solid; font-size:18px; color:#333;}
.pro_xiangguan i{ width:4px; height:15px; background:#1a264e; float:left; margin:12px 10px 0 8px;}
.pro_xgcp{ margin:18px auto 28px auto; overflow:hidden;}
.pro_xgcp ul{ overflow:hidden;}
.pro_xgcp ul li{ float:left; width:23.5%; margin:0 2% 0 0;}
.pro_xgcp ul li:nth-child(4n){ margin:0;}
.pro_xgcp ul li span{ border:#ddd 1px solid; padding:2px; display:block;}
.pro_xgcp ul li:hover span{ border:#1a264e 1px solid;}
.pro_xgcp ul li img{ width:100%;}
.pro_xgcp ul li em{ text-align:center; font-size:14px; line-height:25px; margin:3px 0 0 0; height:25px; display:-webkit-box; text-overflow:ellipsis; overflow:hidden; -webkit-line-clamp:1; -webkit-box-orient:vertical;}
.pro_xgcp ul li a{ color:#333;}
.pro_xgcp ul li a:hover{ text-decoration:none; color:#1a264e;}

/*case*/
.ny_case{ width:100%; margin:24px auto;}
.ny_case ul{ overflow:hidden;}
.ny_case ul li{ float:left; width:22.9%; margin:0 2.8% 2.8% 0; position:relative;}
.ny_case ul li:nth-child(4n){ margin:0 0 2.8% 0;}
.ny_case ul li img{ width:100%; transition:all .75s;}
.ny_case ul li:hover img{ transform:scale(1.2);}
.ny_case ul li a{ display:block;}
.ny_case ul li p{ display:block; border:#eee 1px solid; overflow:hidden;}
.ny_case ul li em{ position:absolute; bottom:6px; left:0; font-size:14px; line-height:25px; color:#fff; width:100%; text-align:center; opacity:1; transition:all .35s;}
.ny_case ul li:hover em{ opacity:0;}
.ny_case ul li .case_hover{ display:none;}
.ny_case ul li:hover .case_hover{ display:flex; justify-content:center; align-items:center; flex-direction: column; position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,.52);}
.ny_case ul li .case_cn{ width:88%; margin:0 auto 8px auto; font-size:16px; color:#fff; line-height:28px; text-align:center;}
.ny_case ul li .case_jj{ width:88%; margin:0 auto; font-size:14px; color:#fff; line-height:25px; text-align:center; height:50px; display:-webkit-box; overflow:hidden; text-overflow:ellipsis; -webkit-line-clamp:2; -webkit-box-orient:vertical;}

/*ny_news*/
.ny_news{ width:96%; margin:0 auto; background:#f2f2f2; overflow:hidden; padding:2%;}
.ny_news .n_left{ float:left; width:28%;}
.ny_news .n_left img{ width:100%;}
.ny_news .n_right{ float:right; width:69%;}
.ny_news a{ font-size:14px; color:#666; line-height:22px;}
.ny_news a:hover{ color:#1a264e;}
.ny_news .n_right span{ display:block; color:#525252; font-size:15px; font-weight:bold;}
.ny_news .n_right i{ display:block; color:#888; font-size:12px; font-style:normal; margin:0 0 5px 0;}
.ny_news .n_right .p_more{ border:#ccc 1px solid; width:108px; text-align:center; margin:8px 0 0 0; font-size:14px; color:#666; padding:5px 0; border-radius:6px;}
.ny_news:hover .n_right .p_more{ border:#1a264e 1px solid; color:#1a264e;}
.ny_n_bt{ width:100%; margin:26px auto;}
.ny_n_bt ul{ overflow:hidden;}
.ny_n_bt ul li{ border-bottom:#eee 1px solid; overflow:hidden; font-size:14px; line-height:24px; padding:8px 0;}
.ny_n_bt ul li:last-child{ border-bottom:none;}
.ny_n_bt ul li span{ float:right; color:#888; font-size:14px;}
.ny_n_bt ul li a{ display:block;}
.ny_n_bt ul li a:hover{ color:#1a264e; text-decoration:none;}

.news_name_n{ width:100%; text-align:center; border-bottom:#d9d9d9 1px dashed; margin:0 auto 26px auto;}
.news_name_n strong{ font-size:18px; color:#525252; line-height:28px; margin:0 0 5px 0; display:block;}
.news_name_n span{ color:#999; font-size:14px; line-height:22px; display:block;}
.news_xq{ width:100%; margin:0 auto; color:#666; font-size:14px; line-height:25px;}
.news_xq img{ max-width:100% !important;}
.p_next{ width:100%; margin:26px auto; overflow:hidden; background:#f2f2f2; padding:10px 0;}
.p_next p{ display:block; padding:0 2%;}
.p_next a{ font-size:14px; line-height:30px; color:#525252;}
.p_next a:hover{ color:#1a264e;}

/*join_us*/
.join_us{ width:100%; margin:24px auto; font-size:14px; color:#666; line-height:25px;}
.join_us ul{ background:#1a264e; overflow:hidden; border-bottom:#eee 1px solid;}
.join_us ul li{ line-height:28px; margin:2px 0; overflow:hidden;}
.join_us ul li span{ font-size:16px; color:#fff;}
.join_us dl{ overflow:hidden; border-bottom:#eee 1px solid;}
.join_us dl dt{ overflow:hidden; background:#fff;}
.join_us dl dt em{ float:left; font-size:16px; color:#333; font-weight:bold; line-height:30px; margin:0 0 0 2%;}
.join_us dl.cur dt{ background:#eee; border-bottom:#eee 1px solid;}
.join_us span{ float:left; width:20%; text-align:center; font-size:14px; color:#525252; line-height:28px; padding:8px 0;}
.join_us span a{ color:#1a264e; display:block;}
.join_us span a:hover{ text-decoration:none;}
.join_us dl dd{ display:none; padding:2%; font-size:14px; color:#525252; line-height:25px;}
.join_us dl dd em{ display:block; color:#1a264e; font-size:16px; line-height:28px; margin:0 0 16px 0;}
.join_fuli{ width:100%; margin:28px auto; overflow:hidden; font-size:14px; color:#525252; line-height:25px;}
.join_fuli em{ font-size:16px; color:#000; font-weight:bold; line-height:30px; display:block; margin:0 0 6px 0;}

/*contact_us*/
.contact_us{ width:100%; margin:0 auto; overflow:hidden;}
.contact{ float:left; width:56%;}
.contact .contact_name{ font-size:18px; color:#333; line-height:30px; margin:0 0 16px 0;}
.contact .contact_locat{ font-size:14px; color:#666; line-height:28px;}
.contact .contact_locat p{ margin:0 0 10px 0;}
.contact_name_map{ width:100%; margin:32px auto 16px auto; font-size:18px; color:#333; line-height:30px;}
.kfm_map{ width:100%; margin:16px auto 0 auto; overflow:hidden;}
.kfm_map iframe{ width:100%; float:left; height:456px;}
.messages{ float:right; width:36%;}
.messages .mes_name{ font-size:18px; color:#333; line-height:30px; margin:0 0 16px 0;}
.messages ul{ overflow:hidden;}
.messages ul li{ margin:0 0 3% 0;}
.messages ul li:last-child{ margin:0;}
.messages .text-input{ width:96.7%; padding:0 0 0 3%; border:#ddd 1px solid; height:42px; font-size:14px; color:#666; line-height:42px;}
.messages .cont-input{ width:96.7%; padding:1% 0 0 3%; border:#ddd 1px solid; height:100px; font-size:14px; color:#666; line-height:25px;}
.messages .messages-button{ width:158px; line-height:46px; font-size:16px; color:#fff; text-align:center; background:#e50112; cursor:pointer; text-transform:uppercase;}